home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ftn / chmod.z / chmod
Encoding:
Text File  |  2002-10-03  |  934 b   |  28 lines

  1. CHMOD(3F)                                             Last changed: 10-2-98
  2.  
  3.  
  4. NNAAMMEE
  5.      cchhmmoodd - change mode of a file
  6.  
  7. SSYYNNOOPPSSIISS
  8.      iinntteeggeerr ffuunnccttiioonn cchhmmoodd ((_n_a_m_e,, _m_o_d_e))
  9.      cchhaarraacctteerr**((**)) _n_a_m_e,, _m_o_d_e
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      IRIX systems
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      This function changes the filesystem _m_o_d_e of file _n_a_m_e; _m_o_d_e can be
  16.      any specification recognized by cchhmmoodd(1).  _n_a_m_e must be a single
  17.      pathname.
  18.  
  19.      Pathnames can be no longer than MMAAXXPPAATTHHLLEENN as defined in ssyyss//ppaarraamm..hh.
  20.  
  21.      The normal returned value is 0.  Any other value is a system error
  22.      number.
  23.  
  24. SSEEEE AALLSSOO
  25.      cchhmmoodd(1)
  26.  
  27.      This man page is available only online.
  28.